Button

enum Button

A physical button input that can be grabbed on SkyController3 gamepad.

Entries

Link copied to clipboard

Top-most button on the front of the controller, immediately above FRONT_BOTTOM_BUTTON, featuring a return-home icon print.

Link copied to clipboard

Bottom-most button on the front of the controller, immediately below FRONT_TOP_BUTTON, featuring a takeoff/land icon print.

Link copied to clipboard

Left-most button on the rear of the controller, immediately above LEFT_SLIDER, featuring a centering icon print.

Link copied to clipboard

Right-most button on the rear of the controller, immediately above RIGHT_SLIDER, featuring a take-photo/record icon print.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.